home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Programmierung
/
Power-Programmierung (Tewi)(1994).iso
/
assemblr
/
library
/
overlay
/
bnest4.bas
< prev
next >
Wrap
BASIC Source File
|
1989-01-05
|
127b
|
8 lines
common shared b
sub nest4(i) static
print:print"in nest4";i;
print:print "Value of b variable is "b;
b=b+1
end sub